std::basic_string::length

From Cppreference

Jump to: navigation, search
size_type length() const;

Returns the number of characters in the string, i.e. std::distance(begin(), end()). It is the same as size().

Contents

[edit] Parameters

(none)

[edit] Return value

the number of characters in the string

[edit] Complexity

constant

[edit] See also

empty
checks whether the string is empty
(public member function)
size
returns the number of characters
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages